home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / sushi_oi.swf / scripts / DefineButton2_307 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2008-11-12  |  356 b   |  11 lines

  1. on(release){
  2.    scoretable.filename = "scores/2003sushiscore.sco";
  3.    scoretable.scoresize = 10;
  4.    scoretable.action = "INSERT";
  5.    scoretable.viewtype = "FLASH";
  6.    scoretable.winname = _root.name;
  7.    scoretable.winscore = _root.score;
  8.    scoretable.loadVariables("http://www.maggiemarket.com/2003sushi_scores.php","GET");
  9.    gotoAndPlay(5);
  10. }
  11.